Hi,
I am new to Infragistic Controls and forgive my ignorance if I am wrong.
I am using the UltraGrid in my winform Application.
So Can Anyone tell me how to find the current(selected) Row Index of a ultragrid like e.RowIndex in normal Datagrid and also how to set the text of a button as Preview in ultragrid button column.
Thanks in advance,Please Help me
Warm Regards,
Saroj
Hello Saroj,
You could add the 'UltraToolbarsManager' component and create a PopupMenuTool with items in it. You do not have to show that toolbar. After creating it, you would see a property called 'ContextMenu on ultraToolbarsManager1' in your controls' property designer.
Please let me know if you need additional assistance.
Hi Boris,
Can you tell me is there any infragistic control for contextmenu. i need this control im my winform application.plz send me a sample for this .it is urgent ..
I suppose that this post is duplicate with http://community.infragistics.com/forums/p/68725/349891.aspx#349891
Maybe you could try :
ultraToolbarsManager1.Tools["ButtonTool5"].SharedProps.Shortcut = (Shortcut)(Keys.Alt | Keys.F);
Let me know if you have any questions.
can you tell me how to give the keyboard shortcut for toolbarmanager for menu(for ex- i want to give alt+f for File menu).I need to use Alt key with Character
thanks in advance
thank you very much for your support.