SliderCell in Grid
Hello,
Am using 4.4.0.51.
Trying to make a cell in a grid a slidercell.
Anyone guide me how to go about?. I cant see the sample in Samples\CellTypes.
Thanks
Roger
Am using 4.4.0.51.
Trying to make a cell in a grid a slidercell.
Anyone guide me how to go about?. I cant see the sample in Samples\CellTypes.
Thanks
Roger
SIGN IN To post a reply.
4 Replies
AD
Administrator
Syncfusion Team
December 28, 2006 04:10 PM UTC
I save a sample in documentation but when i use SliderStyleProperties. It is unable to find SliderStyleProperties. Where is SliderStyleProperties located?
Has it been taken out in new version??
>Hello,
Am using 4.4.0.51.
Trying to make a cell in a grid a slidercell.
Anyone guide me how to go about?. I cant see the sample in Samples\CellTypes.
Thanks
Roger
Has it been taken out in new version??
>Hello,
Am using 4.4.0.51.
Trying to make a cell in a grid a slidercell.
Anyone guide me how to go about?. I cant see the sample in Samples\CellTypes.
Thanks
Roger
JN
Jayakumar Natarajan
Syncfusion Team
December 28, 2006 04:27 PM UTC
Hi Roger,
Please refer the sample under this folder:
C:\Program Files\Syncfusion\Essential Studio\4.4.0.51\windows\Grid.Windows\Samples\CustomCellTypes\SliderCells
You need to copy the SliderCell.cs to your project and add the cell to the GridModel as:
Also refer the MainForm.cs to see how style properties are assigned.
Best regards,
Jay
Please refer the sample under this folder:
C:\Program Files\Syncfusion\Essential Studio\4.4.0.51\windows\Grid.Windows\Samples\CustomCellTypes\SliderCells
You need to copy the SliderCell.cs to your project and add the cell to the GridModel as:
gridControl1.CellModels.Add("Slider", new SliderCellModel(gridControl1.Model));
Also refer the MainForm.cs to see how style properties are assigned.
Best regards,
Jay
AD
Administrator
Syncfusion Team
December 29, 2006 08:53 AM UTC
Thanks for the quick response. That worked.
Please update your documentation with this info regarding slidercell as it doesnt refer to the correct example.
>Hi Roger,
Please refer the sample under this folder:
C:\Program Files\Syncfusion\Essential Studio\4.4.0.51\windows\Grid.Windows\Samples\CustomCellTypes\SliderCells
You need to copy the SliderCell.cs to your project and add the cell to the GridModel as:
Also refer the MainForm.cs to see how style properties are assigned.
Best regards,
Jay
Please update your documentation with this info regarding slidercell as it doesnt refer to the correct example.
>Hi Roger,
Please refer the sample under this folder:
C:\Program Files\Syncfusion\Essential Studio\4.4.0.51\windows\Grid.Windows\Samples\CustomCellTypes\SliderCells
You need to copy the SliderCell.cs to your project and add the cell to the GridModel as:
gridControl1.CellModels.Add("Slider", new SliderCellModel(gridControl1.Model));
Also refer the MainForm.cs to see how style properties are assigned.
Best regards,
Jay
AD
Administrator
Syncfusion Team
January 2, 2007 03:58 AM UTC
Hi Roger,
Thanks for the suggestion. The documentation has been updated now.
Thanks for using Syncfusion products.
Best Regards,
Srividhya R
Thanks for the suggestion. The documentation has been updated now.
Thanks for using Syncfusion products.
Best Regards,
Srividhya R
SIGN IN To post a reply.
- 4 Replies
- 3 Participants
-
RO Roger
- Dec 28, 2006 03:23 PM UTC
- Jan 2, 2007 03:58 AM UTC