Browse By Tags

  • Forum Post: C1DataGrid: Dynamic binding SortMemberPath

    I have created custom column: myDataGrid . Columns . Add ( new DataGridTextColumn () { Header = column_name , Binding = new Binding () { Path = new PropertyPath ( "myPath" ), Converter = new Helper . MyConverter (), ConverterParameter = column_name } SortMemberPath = ????? // I don't know...
  • Forum Post: Grid Header Sorting Glyph - Alignment changed to center in 2010

    Hi, I installed 2010 version of comp one (winforms) and automatically, now the triangle glyph for displaying the sort direction is now shown in the center of the column header instead of the left side. I havent done any code change. Just upgraded from 2008 to 2010. Please direct me to the right solution...
  • Forum Post: Displaying filtered row count

    I can display the total number of rows in the C1FlexGrid but I would like to display the number of rows visible in the grid after it has been filtered. Can anyone help? I cannot seem to find the code that will do this. Thanks, it is much appreciated.
  • Forum Post: FlexGrid wont sort when using databinding

    Hi, I've databound a custom collection to the grid and can't get sort to work. The code snippets for the click handler and comparer are below. I tried this not using a comparer (using the other Sort overloads) and no luck, so now using a comparer. When I click a col header my comparer runs and...
  • Forum Post: C1DataGrid sort is case sensitive

    The sorting performed by the Silverlight C1DataGrid on a text column appears to always be case sensitive (i.e. binary sort or "machine sort"). I cannot find any API feature that allows for changing this behavior. I need my sort to be case insensitive, which is what most human users prefer....
  • Blog Post: A Visual SQL Query Designer

    A Visual SQL Query Designer Download demo project - 48 KB Download source (C#) - 85 KB Download source (VB) - 81 KB Introduction This article describes the implementation of a QueryDesignerDialog class that allows users to create SQL queries based on a given OleDb connection string. The designer is similar...
Page 1 of 5 (100 items) 12345