New Post: Localization
Hi! If want to know how to do translate, use this postBevanWeiss wrote: I've done some localisation work on this... and have submitted it. So if zubyme gets some time he might pull my changes into the...
View ArticleUpdated Wiki: Home
NUGEThttp://www.nuget.org/packages/ADGV/ENIt`s a Windows Forms DataGridView Control with Excel-Like auto-filter context menu. Support Localization (currently RU, EN, FR)RUWindows Forms DataGridView...
View ArticleCommented Unassigned: Continue filtering after loading saved filters [1532]
Whould it be possible to implement saving and loading of filters in a different way?It would be fine for users to have the possibility to continue modifying the filters after loading former saved...
View ArticleCreated Unassigned: Loading of filters are very slow at quantity over 10000...
hi im using the control and doing my test runs i can see the control is very slow when it comes to big quatity of rows in the table like over 10000 and i have bout 90000 rows and the filters take good...
View ArticleNew Post: How can i change column backcolor?
Original => dataGridView.Columns[0].DefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter; ADGV => ???? please help :)
View ArticleNew Post: Data displays in grid, Filters show correct data, but after filter...
Using VS 2012 and .NET 4.0Reading data from SQL into DataTable using SQLDataAdapter: da.Fill(dt) Loading data into ADGV this way: DataGridView1.DataSource = dt Data is displayed correctly in Grid. When...
View ArticleNew Post: Data displays in grid, Filters show correct data, but after filter...
Ni la ordenacion ni el filtrado instalado en Visual Studio 2013, cual es el problema
View ArticleReviewed: 0.1.0.10 (sep. 12, 2015)
Rated 1 Stars (out of 5) - Parece muy bueno, pero no consigo hacerlo funcionar
View ArticleCommented Unassigned: Filtering on date returns no result when date2 is...
On a column that contains date, when you filter between two date, if the second date is before the first date, then no data are displayed.In the...
View ArticleCreated Unassigned: how can I apply " Advanced DataGridView with Excel-like...
hi there,Please help me!I already instal Advanced DataGridView with Excel-like auto filter to my vb.net project, my problem is I don't know how to apply into my existing datagridview
View ArticleNew Post: Data displays in grid, Filters show correct data, but after filter...
try this: private void DataGridView1_FilterStringChanged(object sender, EventArgs e) { var myDataGrid = sender as Zuby.ADGV.AdvancedDataGridView; (myDataGrid.DataSource as...
View ArticleCreated Unassigned: Filtering is returning duplicates [1553]
I am using the package and when I use contains or equals and my part number it is bring back more than the 1 row that I have in the datatable. What can I do to fix this?Here is the filter string....
View ArticleSource code checked in, #527ec73b76887e1c293fd5e1d0965573e28b317e
DE localization. Thanks to Thomas Freier, Kisslegg (Germany)
View ArticleNew Post: Advanced DataGridView Password Problem
Hi everyone, I would like to consult you about something I could not find on the Internet. A few days ago, I started to use "Advanced DataGridView with Excel-like Auto Filter" in my project. It works...
View ArticleNew Post: Data displays in grid, Filters show correct data, but after filter...
smolo's solution works great. thx.
View ArticleNew Post: update every second time only
I'm trying to use auto-generated advancedDataGrid. Problem is that the below shown procedure does not succeed with updating the SQL table every time... It is exactly every second Event raised... If I...
View ArticleNew Post: update every second time only
I just got the answer somewhere else, but I post it here, to have a complete solution: https://stackoverflow.com/questions/46513792/adgv-c-sharp-datagridview-update-query-bug private void...
View ArticleNew Post: external multi-column-combo-box problem
hello, I wanted to use the multi-column-combo-box fromhttps://www.intertech.com/Blog/winforms-multi-column-combo-box-in-a-datagridview/, but there is a problem in the Multi Column Combo after compiling...
View Article