Browse By Tags

  • UltraWebGrid retain grid state after postback

    Hi,

    I am using UltraWebGrid . Binding it through OnInitializeDataSource event handler to use ajax. it contains hierarchical data. when I expand one of hierarchy it post backs and gets a new rows from database.

    what I want is to retain the state of grid…

  • How to make Item Template

    Dear All,

    I am a new user of Infraistics. Now I am using an ultragird control for data populating. The problem I am facing is that I would like to do

    <ItemTemplate>
      <asp:HyperLink ID="HyperLink1" runat="server" Text='<%#Eval("PatientID")%>'…