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
975
Set Border Bottom in Grid
posted

Hi,

I am using win UltraGrid to display in a table format. I want set border top, right, left as null and only bottom border should be visible in row.

Does it possible in Infragistic Grid? Please help me ASAP

 Thanks in Advance

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi Hiren,

        You would have to use a DrawFilter for this. I would recommend setting BorderStyleCell to None. Then you would use a DrawFilter and trap for the RowUIElement and you can set the BorderSides on the drawParams.

        If you are not familiar with DrawFilters, check the Infragistics KB for articles and samples. Also, get the Infragistics UIElementViewer Utility.

Reply Children