c# - Telerik RadGrid - How do I set the MaxLength for the Insert Textbox -


i have radgrid on page "add new record" button. when click "add new record" button, textbox appears above each column allows me enter values. want limit number of characters can entered in textbox. how set maxlength of textboxes?

you're not telling me problem don't think. very-well try use maxlength property (if it's not multiline textbox). problem? or know how can accomplish this, you're having trouble getting control via server-side or client-side code can set maxlength property??

if provide code snippet or 2 , more details regarding problem, i'd better-able you.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -