Hi,
I am using Visual Studio 2008, Rad Conrtols for ASP.NET AJAX Q2 2009 and .net Framework 3.5 and C# Programming.
I am using RAD Grid to display the data and in line mode to edit the data.
i am always displaying an emptyrow in the grid so that when the user doule clicks on this empty row, the that data row of grid goes into edit mode, user enters the data.If there is no data only an empty row will be displayed in the grid.
Now the situation is where there is no data and the grid only displays an empty and the user double clicks to insert a new data, the following exception is being received:
System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values
Can you please help me how i can double click, open the empty grid in edit mode and insert a new row.
Thanks,
RKS
I am using Visual Studio 2008, Rad Conrtols for ASP.NET AJAX Q2 2009 and .net Framework 3.5 and C# Programming.
I am using RAD Grid to display the data and in line mode to edit the data.
i am always displaying an emptyrow in the grid so that when the user doule clicks on this empty row, the that data row of grid goes into edit mode, user enters the data.If there is no data only an empty row will be displayed in the grid.
Now the situation is where there is no data and the grid only displays an empty and the user double clicks to insert a new data, the following exception is being received:
System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values
Can you please help me how i can double click, open the empty grid in edit mode and insert a new row.
Thanks,
RKS