Hi Kambiz Ezzati, ,
Query 1- I just applied you change event and still not working for me. I even opened your sample and do not see anything in output. I added Console.WriteLine() to ensure and still nothing gets fired when I change the Slider.
For your reference, we have attached a video footage for previously attached sample. Refer the below link.
Console.WriteLine() is displayed in the Visual studio output window. Refer the below screenshot
Query 2- I'm having also an issue that changing Slider value in edit mode, causes slider handle to change color.
We have set the Slider color based on our Bootstrap4 theme standard. If you want to change the handle color, we can change it by using below CSS styles.
|
<style>
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-active {
background-color: #007bff;
border-color: #007bff;
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff
}
</style> |
Query 3- I can't see any data update to my dataset (Array of object). You can see in the snapshot that Output(MV) column cell value is not also changed when I change the slider, while they point to same property.
We have analyzed the reported query by preparing a sample with DataGrid component and Slider component inside Edit Template. We are not able to reproduce the reported issue at our end. Changes gets saved properly in Grid without any error. Kindly download the sample from below
Reported issue might occur when PrimaryKey property is not defined in Grid or when editor components in EditTemplate is not defined with two way binding. So we suggest you to ensure to define the IsPrimaryKey property to anyone of the column whose value is unique. Refer our UG documentation for your reference
If you are still facing the issue, kindly get back to us with following details.
1. Share your Grid code example.
2. Share the details about your datasource (are you using any adaptor to bind data to Grid?)
3. Are you facing any exception in browser console. If yes share the screenshot of the error.
4. If possible try to reproduce the reported issue in provided sample and revert back to us.
Above requested details will be helpful for us to validate the reported query at our end and provide solution as early as possible.
Regards,
Sowmiya.P