Tagged Questions
1
vote
3answers
493 views
Jquery Delete From Table
This code does following:
Click on "Delete" in item row -> deletes item row
Click on "Delete" in category row -> deletes category row and all item rows (in all table)
Need it to do following:
...
0
votes
1answer
278 views
Adding Row Specific context menu to an UltraWinGrid
I'm a newbie using Infragistics. I'm trying to add context menu to a specific row/column in UltraWinGrid, which im not able to. Looks like adding context menu to the grid is simple but adding it to a ...
0
votes
2answers
116 views
Monitoring which statement updates (and when) a certain table row with Oracle 10
I'm using (have to) a badly designed Oracle(10) DB, for which I don't have admin rights (although I can create tables, triggers, etc in my scheme).
Now I had run into a problem: this DB connected ...