Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
145279 | Jun 14,2019 10:10 PM UTC | Jun 19,2019 02:05 PM UTC | UWP | 2 |
![]() |
Tags: SfDataGrid |
this.sfgrid.CellRenderers["Numeric"] = new CustomGridCellNumericRenderer();
public class CustomGridCellNumericRenderer : GridCellNumericRenderer
{
protected override void OnEditElementLoaded(object sender, RoutedEventArgs e)
{
var numericTextBox = sender as SfNumericTextBox;
numericTextBox.EnableGroupSeparator = false;
base.OnEditElementLoaded(sender, e);
}
} |
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.