Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
How to add auto number column in UltraWebGrid
posted

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...

Parents Reply Children
No Data