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
1140
Comments Box within a UltraWinGrid Control
posted

Hi,

Is there a way to set a comment box for a column within an ultragrid control like the one which we normally see in Excel where we can set a comment box write some content to it and it disappears and then a small red flag appears to the right of the cell and gets popped up when clicked on the flag.

 

Nagarjun

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi Nagarjun,

    There's nothing like this built-in to the grid, although I'm sure it could be done one way or another. Perhaps a CreationFilter could be used to add an element to the grid cell with the indicator and then you could show a popup when it is clicked. You would have to store the comment somewhere, of course, maybe in a hidden, unbound column.

    I recommend that you Submit a feature request to Infragistics.

    You might want to search the forums, too. I seem to vaguely remember this coming up before and someone may have posted some code showing how they did it.

Children
No Data