Categories | Question details Back To List | ||
cell editor Hello, I have a grid with column type of ed. When I click on the cell I want following editor to showup instead of the default editor. <div> <label>Enter Number</label> <input type="text" maxlength="2" size="3" id="NumberIn"/> <label >Description:</label> <textarea id="description" rows="4" cols="17"></textarea> </div> The value of "NumberIn" should go in the current cell which is open for edit and value of "description" field should go in the next cell. Can you please help me. Thank you. Answer posted by Support on Dec 05, 2008 02:19 Theree two ways to achieve necessary behavior a) create a custom excell, which will use your custom editor instead of existing one |