QuoteReplyTopic: [Resolved]Accessing current DetailGrid object??????? Posted: 11-Jan-2008 at 12:34pm
posting it again. but look at file named DevExGridViewMenuItem.cs in second rar i've posted. I think you just have the first one.
using IdeaBlade.Cab.Interface; using IdeaBlade.Cab.Interface.Constants; using IdeaBlade.Cab.UI.Services; using Microsoft.Practices.CompositeUI; using DevExpress.Utils.Menu; using System; using System.Drawing;
namespace IdeaBlade.Cab.DevEx { public class DevExGridViewMenuItem : DXMenuItem { public DevExGridViewMenuItem(string pCaption, EventHandler pClick, Image pImage, bool pBeginGroup) : base(pCaption, pClick, pImage) { this.BeginGroup = pBeginGroup; }
public ContextMenuItem SourceContextMenuItem { get { return mSourceContextMenuItem; } set { mSourceContextMenuItem = value; } }
public object RowObject { get { return mRowObject; } set { mRowObject = value; } }
Not b a bother but I have one more issue. I get the following error (Error 1 'IdeaBlade.Cab.DevEx.DevExGridViewAdapter.AllowOnlyOneMasterRowExpanded': no suitable method found to override C:\Development\CabanaDevExCS\LibSource\IdeaBlade\IdeaBlade.Cab.DevEx\Miscellaneous\DevExGridViewAdapter.cs 369 33 IdeaBlade.Cab.DevEx )on:
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum