Hi All,
I have problem of OK Cancel box are appear when I double click on ultrawebgrid row. How to disable that pop-up box?
I have Insert, Delete, Edit by using JavaScript from Client Side.
Thank you.
Hi naingoo,
Thank you for posting in the community.
From the screenshot you have provided, it seems that the row editing template is enabled on your grid. I suggest that you try setting the AllowUpdateDefault property in the grid's DisplayLayout to No in order to see if that resolves the matter.
Note that the UltraWebGrid control is now outdated and as of .NetAdvantage 2011 Volume 2 is no longer included in our product package. I would suggest that you consider switching to the WebDataGrid/WebHieararchicalDataGrid. More information regarding these controls is available at:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.2/CLR4.0/?page=Web_WebDataGrid_WebDataGrid.html
Additional samples demonstrating the features of these grids can be found at:http://samples.infragistics.com/aspnet/
Please let me know if this helps.