Rank: Newbie Groups: Member
Joined: 3/15/2011 Posts: 3
|
Hi, Can I have more than 1 control in a single cell of a grid. for eg: They want to enter a value say 8 and a dropdown next to it to specify whether 8 is in cm, or inch. This unit is not consistent for all the values in the same column. So my first row may say 8 cm and next row may say 7 inch
If so can you point me to the right example.
Thanks in Advance.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, You still want to take a look of the CustomColumn: http://doc.essentialobjects.com/library/1/grid/custom_column.aspxThe idea is the Grid does not care what you put in your EditorTemplate at all. All it cares is you implement those JavaScript functions. Your JavaScript functions work with your EditorTemplate. So it basically has nothing to do with the Grid at all. Thanks!
|