Posted
over 14 years
ago
by
dariusdamalakas
Have you looked at any of examples? There are plenty of samples with your described functionality
|
Posted
over 14 years
ago
by
eitanmiz
Hello,
Is there any SourceGrid that available for WPF neither SILVERLIGHT?
Is that SourceGrid has the same abilities as the win-form SourceGrid?
I need the exact link, please, if any.
Thanks :)
|
Posted
over 14 years
ago
by
aoks
Hello,
I need to implement multiple cell selection behaviour like in MSexcel or OOcalc:
selection has its star position (the first selected cell), and selection has its end position - ActiveCell, and all cells that are in selection area( between
|
Posted
over 14 years
ago
by
Hypnotron
1) Seems to me if you want to drag and drop from treeview or listview onto the grid, you just grid.AllowDrop = true , set your grid.DragEnter, .DragDrop events to a proper handler and in DragEnter event make sure to e.Effect
=
|
Posted
over 14 years
ago
by
borchanii
"Is it possible to auto size row height with word wrap? To get exactly same result as in case of double click at the edge of row header. I'm trying:"
take a look here
http://sourcegrid.codeplex.com/Thread/View.aspx?ThreadId=233494
i haven't tested with word wrap
|
Posted
over 14 years
ago
by
Groffy
Hello,
I'm just evaluating the Grid and would like to do the same with RTF formated cell. Did you find a solution for your problem?
With best regards - Ulrich Groffy
|
Posted
over 14 years
ago
by
borchanii
I thing i getted , sorry for disturb
just to share the source from the code
at SourceGrid.Cells.Controllers.Resizable
On event OnDoubleClick
public override void OnDoubleClick(CellContext sender, EventArgs e)
{
|
Posted
over 14 years
ago
by
borchanii
Hello ,
I am using sourcegrid as usual , a good option appeared for me under this greategull grid ,
the event doubleclick on the seperator between two header do a function of autosize for a best show , i tried this function under excell
|
Posted
over 14 years
ago
by
dariusdamalakas
subgrids are not supported
|
Posted
over 14 years
ago
by
trapper892
I want to bind relational data to grid, how can manage multiple table in sourcegrid. For example below picture.
|