We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

GridControl PushButton Cell Text

Using 5.2.0.25 in VB.Net.

Setting the Text property of the cell only puts the text in the cell "behind" the pushbutton. How do you get text on the pushbutton to show?

Example:

Grid.Item(rowIndex, X).Text = dr.GetValue(X - 1).ToString




2 Replies

AD Administrator Syncfusion Team April 1, 2009 12:28 PM UTC

Nevermind... I see that you have to set the "description" for it to show.

Grid.Item(rowindex,x).Description = dr.GetValue(x-1).ToString()


>Using 5.2.0.25 in VB.Net.

Setting the Text property of the cell only puts the text in the cell "behind" the pushbutton. How do you get text on the pushbutton to show?

Example:

Grid.Item(rowIndex, X).Text = dr.GetValue(X - 1).ToString







RC Rajadurai C Syncfusion Team April 2, 2009 10:35 AM UTC

Hi James,

Thanks for your update. Glad to hear that your issue has been solved.

Please let me know if you have any further concerns.

Regards,
Rajadurai


Loader.
Live Chat Icon For mobile
Up arrow icon