Browse By Tags

  • 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")%>'…

  • Reg: cannot extract AJAX enabled Ultrawebgrid cell values from server side code

    Dear All,
     
    We are using Ultra webgrid in our web application with the following properties Browser="Xml" and LoadOnDemand="Xml" and AllowPaging="True" MinimumPagesForDisplay="10" PageSize="10". We have load 20,000 records in to grid it will displays…