Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
660
IG GridView vs .net gridview
posted

I was needing to create a grid control for my .net app, which will consist of an updateable grid that will allow certain rows to be editable, and certain rows to be non -editable.  I also want every new row to show drop down controls for each field, and when the user clicks a '+' icon on the actual new row, the grid should add a new row.  When the save button is clicked (not on the grid), the dropdown controls should be removed and the text that the user selected should remain.  The user should also be able to click a 'X' icon on each row to delete that particular row as needed.  Should I use the Infragistics gridview or asp.net gridview control?  Is there any sample applications I can use as a guide?

 

thanks.