DataGridView question


Author
Message
Greg McGuffey
Greg McGuffey
Strategic Support Team Member (3.4K reputation)
Group: Forum Members
Posts: 2K, Visits: 6.6K
I have a DataGridView that is loaded with data from a readonly SQL view (actually via a SF BO). However, I do need to allow edits. I'd like to just react to the edit event, do my own thing (update data myself), cancel the editing that the datagridview attempts (which will fail), then update the gridview so it shows the new data. I'm sure this is easy, but I can't seem to get a handle on it. Ideas?
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Greg McGuffey - 18 Years Ago
StrataFrame Team - 18 Years Ago
Greg McGuffey - 18 Years Ago
StrataFrame Team - 18 Years Ago
Greg McGuffey - 18 Years Ago
                         OK, I've figured out how get the stored procedure to...
Greg McGuffey - 18 Years Ago
                             I also tried setting the DataSource to a datatable and I get an error,...
Greg McGuffey - 18 Years Ago
                                 You might have to do something like change the bound column in the...
StrataFrame Team - 18 Years Ago
                                     If I set the datasource of the grid to a datatable retrieved from a...
Greg McGuffey - 18 Years Ago
                                         No, if you bind the return value of the GetDataTable to the grid, the...
StrataFrame Team - 18 Years Ago
                                             OK, I got it to work! :w00t:

I used a...
Greg McGuffey - 18 Years Ago
                                                 Not sure that I helped much, but I might have made you look in a few...
StrataFrame Team - 18 Years Ago

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search