This is a migrated thread and some comments may be shown as answers.

Specified argument was out of the range of valid values issue while reading RadNumericTextbox

1 Answer 68 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Krishna
Top achievements
Rank 1
Krishna asked on 28 Apr 2015, 11:53 AM

I get following error :

Specified argument was out of the range of valid values. 

When I read RadNumericTextBox like this 

 RadNumericTextBox numTextBox = (RadNumericTextBox)editItem["TextCol1"].Controls[0];

Issue is not occuring When I use old Telrik UI Dll. (2010)

It occurs only with latest dll (2014)

 

Please let us know How to read with the latest dll?

 

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 01 May 2015, 05:28 AM
Hello Krishna,

You can access the Edit form controls depending on the selected EditMode using the approaches demonstrated in the following section:
( Section Accessing controls in edit/insert mode )
http://www.telerik.com/help/aspnet-ajax/grid-accessing-cells-and-rows.html


Hope this helps.


Regards,
Eyup
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
Grid
Asked by
Krishna
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or