Browse By Tags

  • RowSelection with Combo Box

    I have a grid configured with combo boxes. When the combo editor is selected and it opens for editing it deselects all the other rows in the grid.

    In my application there are hundred of rows and it has to page them 25 rows to a page. The users are supposed…

  • Allow only one checkbox to be checked in igGrid

    Hi, 

    I am using IgniteUi & Asp.net MVC.

    I have an igGrid which has  checkbox column. I want to allow the user to check only one checkbox in all the rows at any given time.

    If the user checks one checkbox, the already checked checkbox should be unchecked…

  • post selected row or row id to server on button click

    I want to select a row from my igGrid and when submit button is clicked, I want that entire row to be passed down to the action method of the submit button. How can I do that ?

    I have set features.Selection().Mode(SelectionMode.Row);

    Is there a way to…

  • ASP.NET MVC jQuery - Press enter to open selected item

    I can navigate through the GridView with my keyboard but now I want to use the 'enter' key to load the selected row in a new page instead of editing the row inline.

    Is this possible with Infragistics? Or must this be manually programmed?