Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
144692 | May 17,2019 02:00 PM UTC | May 20,2019 11:51 AM UTC | WinForms | 1 |
![]() |
Tags: SfDataGrid |
Query |
Solution | |
I have one Column in Decimal format which want to convert it to Integer(Numeric) Format. Please reply me at the earliest. |
If you want to change the decimal format of the numeric column after assigning the datasource, you can use the NumberFormatInfo property of the numeric column. Refer to the following code snippet,
Code Snippet:
| |
In SFDATAGRID, how to change the column format from text to dropdown list after data binding ? |
If you want to change the text column as combobox column after binding the datasource, you need to remove the existing text column from the Columns collection and add it as the ComboBox column. Refer to the following code snippet,
Code Snippet:
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.