0
votes
0answers
96 views
jqGrid editing ONLY through form mode
Hi
In my grids on the page, all of them need to not only have inline edit disabled, but ALSO should be editable via the modal form ONLY.
However, turning editable : false, while preventing in-line …
1
vote
2answers
105 views
Unbind jquery plugins
Hello, I'm sure this is simple but I'm banging my head!
I'm using the excellent jQuery plugin editable (http://www.appelsiini.net/projects/jeditable). Users can create a form on the fly, and click to …
0
votes
3answers
422 views
How to make a TextBox non-interactive in C#
Hey,
I've got a TextBox on a form that I am using to just display data. I have set it to ReadOnly which stops the user from changing the data displayed in the TextBox. Although the user can still …
0
votes
0answers
114 views
how to make editable grid cell readonly + jquery
HI Everyone,
Now i am use jquery editable grid, i want to make some cell readonly on basis of some checking
Is it possible??? if posible plz reply this question
BR~
Nazmul
0
votes
1answer
255 views
Only one row editable on JTable
I am trying to make a special kind of jtable. I want the entire table to by default be NOT editable. But when the user clicks a row, then clicks the "Edit" jbutton, that specific row is editable. and …
1
vote
3answers
242 views
ASP.NET Editable Tree View
Hi,
I am trying to build an editable tree hierarchy similar to treeview control only with the ability to add, remove and rename documents aswell as the ability to view them.
Anybody recommend a good …
0
votes
2answers
286 views
How can I set “maxChars” of the TextInput in an editable ComboBox?
I want to set the maxChars property of the TextInput of an editable ComboBox. I am currently trimming the text to a set number of characters using a change Event:
private function …
2
votes
1answer
178 views
How to change default stop edit behavior in jtable
When you edit a cell in an jtable the value is made permanent only if the focus is changed or if one hits enter (for example if you change the cell value from "abc" to "xyz" and close the window the …
0
votes
0answers
102 views
Editable Grid for Java web application
Does anybody know which editable grid available or java web application (struts/spring)?
0
votes
3answers
266 views
Linq to Entities Binding, Filtering and Editing in WinForms
1) Binding to The following populates a READ ONLY WinFrms grid:
Dim query = (From profile _
In db.profile _
Where profile.employee.employeeId = employeeID _
…
1
vote
2answers
300 views
cell editing in JTable
Hi,
Im doin a project using JTable, i want to make my table cells editable. I used,
public boolean isCellEditable(int row, int column)
{
return true;
}
My problem is, the cells are ediable …
0
votes
0answers
116 views
editable combo box
hi,
first i have to create a editable combo box.combo box contains name age city.user can enter name or age or city. combo box has to filter all the list contain and should show relative list.
…
0
votes
1answer
216 views
Editable Datagrid? Repeater?
I've got a list of items in an order to show in asp.net -- each item (row) will have 3 textboxes so the user can both view and change that piece of data (shipping cost, handling cost, price).
What …
