I'm doing some inline editing in the grid. If I'm in the first row, the first columns must have a static text instead of a dropdownlist.
How can I determine if I'm in that first row and then make that cell static text or dropdownlist? I've got the dropdownlist working fine, I just need to swap out the template based on which row it is.