Welcome to the Xceed Community | Help
Community Search  
More Search Options

Search

You searched for the word(s): [no words] || User(s): ben
Showing page 1 of 2 (15 total posts) < 1 second(s)
  • Re: Memory leak while using Datagrid

    I&nbsp;seem to be experiencing a memory leak using the WPF Datagrid 3.7 on XP machines.&nbsp; Windows 7 machines don't seem to be having the problem. Using task manager, I can watch the memory continue to climb steadily while using the application.&nbsp; I've tried forcing garbage collection using the statement: GC.Collect(GC.MaxGeneration, ...
    Posted to Xceed DataGrid for WPF (Forum) by Ben on September 13, 2010
  • Re: How to use BeginEdit() ??

    That worked great.&nbsp; I set the DispatcherPriority to ApplicationIdle to make it work. &nbsp;Thanks for your help.
    Posted to Xceed DataGrid for WPF (Forum) by Ben on July 1, 2010
  • Re: How to use BeginEdit() ??

    Thank you for your reply, however,&nbsp;I don't understand why this approach will help me.&nbsp; What is the difference if I call BeginEdit() from directly&nbsp;within the grid's Loaded event or if I call it from a method that is called from within Loaded? &nbsp;Am I approaching this wrong?&nbsp; All I really want is to have the first row in edit ...
    Posted to Xceed DataGrid for WPF (Forum) by Ben on June 30, 2010
  • Re: Commit changes when changing column within row

    I got it to work by calling the row.AcceptChanges method after updating my calculated columns.&nbsp; I just upgraded from version 2.0 of the WPF grid to version 3.7.&nbsp; I'm still getting used to using DataRowView instead of working directly with the DataRow. Thank you very much for helping me troubleshoot this.
    Posted to Xceed DataGrid for WPF (Forum) by Ben on June 30, 2010
  • How to use BeginEdit() ??

    When the application starts I wan to load&nbsp;my grid from a data source and immediately put the first row into edit mode.&nbsp; I am able to set the current row and column but I have not been able to get the grid to start out in edit mode. I thought BeginEdit() might accomplish this.&nbsp; I've tried executing BeginEdit at the Grid ...
    Posted to Xceed DataGrid for WPF (Forum) by Ben on June 30, 2010
  • Re: Commit changes when changing column within row

    Correction on my previous post !!!&nbsp; After changing UpdateSourceTrigger to CellEndingEdit,&nbsp;I am&nbsp;seeing the changed value in the code behind after I tab or arrow off of it, I can call my function to update my calculated (read only) columns, and it calculates correctly. &nbsp;The problem is, the calculated columns don't refresh and ...
    Posted to Xceed DataGrid for WPF (Forum) by Ben on June 29, 2010
  • Re: Commit changes when changing column within row

    I have tried that.&nbsp; It's not working for me.&nbsp; Even with UpdateSourceTrigger=''CellContentChanged'' (or ''CellEndingEdit'') the data changes are not committed back to the source when I tab or arrow to a different column.&nbsp; I know this because I can put a breakpoint in the grid's PreviewKeyUp event after hitting ''Tab'', test the ...
    Posted to Xceed DataGrid for WPF (Forum) by Ben on June 29, 2010
  • Commit changes when changing column within row

    I know others have asked this question and the answer has always been: &nbsp;Grid.EndEdit() The trouble is, ''EndEdit'' takes you out of edit mode completely.&nbsp; I want to stay in edit mode, but commit my data changes during column moves.&nbsp; I have some columns that hold values calculated from other columns.&nbsp; When a user makes a ...
    Posted to Xceed DataGrid for WPF (Forum) by Ben on June 29, 2010
  • Make textbox respond to arrow keys

    I'm using a cell editor that contains a Numeric Textbox to capture data.&nbsp; Is there any way to allow the up and down arrow keys to move to the next row?&nbsp;&nbsp; This is the default behavior when editing cells that don't contain controls.&nbsp; I need the Numeric Textbox control to limit data entry to numerics, but I don't like losing the ...
    Posted to Xceed DataGrid for WPF (Forum) by Ben on June 25, 2010
  • Getting rid of MaskedTextBox underlines

    I am using a a masked text box to display a percent value &lt;DataTemplate x:Key=''percentCellDataTemplate''&gt; &lt;xcdg:MaskedTextBox Value=''{xcdg:CellEditorBinding}'' IncludeLiteralsInValue=''False'' ValueDataType=''{x:Type s:Decimal}'' ...
    Posted to Xceed DataGrid for WPF (Forum) by Ben on March 27, 2008
1 2 Next >
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.