Search results for query: *

  1. L

    Datagrid Paint event does not get fired

    Hi, I am working on a .Net Winforms application. I need to paint each cell of the datagrid depending upon some condition. For this, I have added a new class called DGColoredTextboxColumn which inherits from the base class DataGridTextBoxColumn. I have overridden the Paint method in my derived...
  2. L

    Showing Hyperlink in Winforms Datagrid Control

    Hi, I'm working on a VB.Net Winforms application. I need to show hyperlink in the Datagrid cell based on some conditions. Can anyone help me on this please...? Thanks in advance...! Regards, livehed
Back
Top