I'm trying to filter by the stats column, which contains 3 types of data "valid", "out of use" and "request purchase", but I'm not able to filter by t ...
I'm trying to filter by the stats column, which contains 3 types of data "valid", "out of use" and "request purchase", but I'm not able to filter by t ...
I'm trying to create a datagridview from sql data, make the user changes and after that with one click user will have the dataridviews data as an exce ...
I have the code, that randomly select row from datagrid. But I need to select not randomly, but step by step in the loop. For example: Row1 Row2 < ...
I am displaying a list box with suggestion while typing in datagrieview cell. So I want when I press Down Arrow key, focus should go to the first item ...
I'm working on a little side project of listing outlook calendar meetings in the form data grid view. I can populate columns with Subject and Start Da ...
I have a DataGridView (DGV) that is NOT using data binding The data is in a SQLite DB I have written a method that styles the DataGridView I can popul ...
i would need some help with this problem. I should insert several countdowns in Datagridview cells starting at 45 min, as shown in this scheme visua ...
I first added a column to the datagridview, and then I want to add a row, but it says no such columnName was found, but it exists. I can't find how to ...
I'm trying to bind the StringFormat of a column binding depending on each datacontext item's individually. Here's the sample code: xaml: code beh ...
I was wondering if there was any way of getting the Datagridview to group it's line by a Property in it's datasource (Not used in the columns) and add ...
I need to do a sum for each row selected from the datagridview selection box. each line is worth 50. it is working, but it has a delay, so when I cl ...
When importing an excel file into a datagridview, the procedure is creating new columns in the datagridview rather than using existing columns. Aft ...
I am trying to create a DataGridView with a DataGridViewComboBox I am using the following code to generate it using 2 function that return DataTables ...
How to change the format of DataTable and Show in DataGridView in vb.net?. I want to change the format of the DataTable without going through the Data ...
Always when i sort the Datagrid i have the following error: System.IndexOutOfRangeException: ' cannot find the the table 0 ...
I'm a beginner in Visual Basic and I'm writing this code wherein the source of a DataGridView (can be table or query) can be changed through a button ...
I'm trying to insert and change a text of a button but it show as Here is my code I just want the button names to be "Save" and "Delete". ...
I have an excel file in the first column which contains dates in the format dd.MM.yyyy hh:mm:ss. I'm trying to display data from an excel table in dat ...
I'm trying to delete multi rows from data grid view in c# I use xml file as a data base here is my code when I trying to delete in the data grid view ...
I want only 3 of the columns in my table in Datagridview1 not to be empty. I want it to warn the screen when there is an empty field. I tried to ...