Hi all,
I'm a novice to UltraWebGrid.
In my coding, I want to add auto number column as in GridView Control.
Normally, I used this :
<asp:TemplateField HeaderText="Msg No"><itemtemplate ><%#Container.DataItemIndex + 1%></ItemTemplate></asp:TemplateField>
But. I don't know how to do this in UltraWebGrid.
I hope somebody can help...
Thank You...
you can add 1 column=ROW_NUMBER()OVER(ORDER BY <column>) into SQL of DataSource
Is there any property available in UltraWebGrid similar to "Container.DataItemIndex" as in Gridview.
Thanks,
Srinivas