Hi I'm using telerik rad controls for asp.net I have to clear the inputs with javascript; but telerik controls (radcombobox e.g.) generates a huge markup so how to clear telerik controls on a page in client-side?
thnx
|
Hi I'm using telerik rad controls for asp.net I have to clear the inputs with javascript; but telerik controls (radcombobox e.g.) generates a huge markup so how to clear telerik controls on a page in client-side? thnx
| |||||||||
feedback
|
|
I have very simple working example. I hope this would give you some ideas on how to proceed. I have done some clearing for the textboxes.
| |||
feedback
|
|
This could be off topic but the JS framework Dojo could be of help . See this code I use to uncheck all my checkboxes. These controls are all generated on the fly.
| |||
|
feedback
|
|
I found a js solution over a blog as.. on sample code with I searched up for named "sampleDivInGrid" div item inside a RadGrid..
| |||
|
feedback
|