Relative Content

Tag Archive for wpfxamldevexpressgridcontroldevexpress-wpf

GridControl’s DataNavigator record row count is increased after adding group a column

We are using DevExpress WPF GridControl and enabled datanavigator to count the rows and navigate between the data rows. The row count is not counted correctly after adding group column. It consider the grouping row count also and included in the total row count. Please refer the below screen shot. The actual row count is 2. But, after adding Group column, the count was increased from 2 to 3. Can we stop or fix this.? We don’t want to increase row count while adding Group column. My requirement is after adding Group column, the row count should not be increased.