Browse By Tags

  • WebHierarchicalDataGrid - Please provide VB example code

    I was quite disappointed when I found out that the [WebHierarchicalDataGrid] component didn't use the same StyleSet assignment syntax as the rest of your .NET controls (Please correct me if I'm wrong btw - but trying the usual [EnableAppStyling=True and…

  • WebHierarichal Grid to work with generic class

    Please let me know how can i make the grid to work with a generic class.  if i want to add a object to the grid which has parent and child relationships also then how can i achieve it.

    I have set the autogeneratebands = "true" but it does not work. Then…

  • Multiline TextBoxProvider

    Hi, i can't set the EditorControl-TextMode="MultiLine" attribute of the TextBoxProvider, just one row is displayed inside the control "txtDescrizione":

    <EditorProviders>
    <ig:TextBoxProvider ID="txtDescrizione" EditorControl…