Posted
over 12 years
ago
by
Doomer3D
public class ImprovedHeader : SourceGrid.Cells.Views.ColumnHeader
{
protected override void PrepareView(SourceGrid.CellContext context)
{
base.PrepareView(context);
if
|
Posted
over 12 years
ago
by
esp_ink
Well, I'm new here, sorry about my english.
I'm trying to use sourcegrid2 control, but when I'm building the columns, even with the multiple examples that I've found "googling it", everything goes fine, no errors, the values on the cells are
|
Posted
over 12 years
ago
by
Kmitty
I would like to display a grid with thicker borders around various groups of cells. Is this only possible by setting the appropriate borders of the individual cells or is there a way of identifying a group of cells and then setting a border around them
as a whole?
|
Posted
over 12 years
ago
by
bthtung
When I write:
grDetail.FixedColumns = 3;
And run. On the form, I can't select cell[1,1] by mouse or keyboard, but I can select cell[1,2]
When I write:
grDetail.FixedColumns = 6;
And run. On the form, I can't select cell[1,1]; cell[1,2]; cell[1,3]; cell[1,4] by mouse or keyboard, but I can select cell[1,5]
Help me. Thanks
|
Posted
over 12 years
ago
by
rdingwall
Hey can we get SourceGrid available as a package on www.nuget.org?
|
Posted
over 12 years
ago
by
Kmitty
Hi,
I was trying just this (albeit in vb.net) and the 'OnStartingEdit' method in my derived class never seems to be called
Public
Class TextEd2
Inherits SourceGrid.Cells.Editors.TextBox
Public Sub New ()
MyBase.New(GetType(String))
|
Posted
over 12 years
ago
by
Kmitty
Hi,
Just getting started with SourceGrid and have hit two issues that I can't seem to find any info on:
1) When I have a number of rows/colums that are fixed (don't scroll) then it seems that the black cell surround that is the cell cursor (ie
|
Posted
over 12 years
ago
by
ptlchetan
Hello Is it possible to have cell edit like a excell ?
if we write more then cell width it will show whole string on cell select but very few on cell as you lost focus.?
Thanks
Chetan
|
Posted
over 12 years
ago
by
TigerPVR
Hello! I use SourceGrid, and very enjoy it. Thanks!
Sorry, I have one question. I use data-binding to an array (float[,]), all data showing and processing right. But column and row headers start numeration since "0", but I need to set it to "1". How may I do it?
|
Posted
almost 13 years
ago
by
AndersE
Hi
I am using the SourceGrid in an application were i have data updates for the grid comming continusly from external connected HW. I would like to be able to sort the colunms, but my problem is that when i do a sort (click on of the coloumn
|