SfComboBox and SfNumericTextBox to be installed on demand

Hi, 

Currently SfComboBox and SfNumericTextBox are installed automatically with SfDataGrid. I understand they are used internally for some filtering and other actions but in my case, i dont use those features. It could be that you can make it optional for those who needs these features can install those packages. by that we can have smaller sfDatagrid if it is possible. 

Thanks,
Emil

1 Reply

PK Pradeep Kumar Balakrishnan Syncfusion Team June 23, 2020 09:42 AM UTC

Hi Emil, 

Thank you for contacting Syncfusion support. 

We have checked query “Is it possible to remove installed SfNumericTexbox , SfCombobox dependency from SfDataGrid package and we can add when we need corresponding feature.” In xamarin forms. I’m really sorry this requirement cannot be achieved. 

For your information, we will create instance of SfNumericTextbox and SfCombobox only while editing GridNumeric column and GridCombobox column respectively. SfDataGrid is developed by reusing virtualization concept. Always view Items (DisplayItems) only created during the loading time. So, after perform scrolling, we are reusing the appearing and disappearing items.  

Regards, 
Pradeep Kumar B 


Loader.
Up arrow icon