1
vote
3answers
35 views
How to get a jqGrid cell value
How to get a jqGrid cell value when in-line editing (getcell and getRowData returns the cell content and not the actuall value of the input element).
0
votes
1answer
20 views
Blank when NaN in jqGrid cells.
How to set blank instead of NaN in jqGrid cells ? Using formatter ? Is there an example?
0
votes
3answers
33 views
Optimal way for partitioning a cell based shape into a minimal amount of rectangles
Assume a boolean array like:
1111
1111
1110
1111
1001
Now you need to find the way of arranging the least rectangles of any size to achieve this shape. So, for example, you'd fi …
0
votes
3answers
60 views
MATLAB: Getting an array of cells from MATLAB to Java
I have an array created in MATLAB that contains a number of cell type objects which contain arrays of doubles.
It's basically a <1xn cell> array and each cell is an array of do …
0
votes
2answers
108 views
Relative access to table cells using jQuery
I have a nested table 3x3
<table>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td …
2
votes
8answers
171 views
How do you specify table padding in CSS? ( table, not cell padding )
Hi, I have a table with a colored background and I need to specify the padding between the table and it's content, I.E. cells.
The table tag doesn't seem to accept a padding value. …
0
votes
1answer
25 views
BeginEdit of a specific Cell from code behind
Is possibile begin edit of a specific cell from code behind with DataGrid control (WPF Toolkit)?
I have to enable the celledittemplate of first cell of selected row after a button …
2
votes
3answers
55 views
jQuery: How to select the values from the table’s column based on tables header only
Hello,
I have a table with header ID. I need to select all the fields under this header.
I don't have access to the source code and no classes are used in this table.
Any idea on h …
0
votes
0answers
18 views
Flex Datagrid Drag and Drop into Cell
Hi all, I am creating an application that will allow users to model configuration information by allowing them to Drag and Drop objects from a Flex Tree into a DataGrid.
I know th …
0
votes
0answers
3 views
How to make custom TableViewCell with initWithStyle after 3.0
I am trying to have custom TableViewCell with initWithStyle, since it says initWithFrame is deprecated after 3.0. Everything worked fine with initWithFrame before.
Is there any t …
-2
votes
0answers
65 views
Table view select cell by string
I have a table view and I give a detail view at each cell using indexpath.row and indexpath.section but if I modify the plist file adding a row I can change all my the file that se …
0
votes
5answers
47 views
Fixing cell height and define a flexible one in a Table
Hi guys!
I have this problem on my website's layout, and it's basically preventing me from continue it, it's destroying everything.
here goes the HTLM code:
<table cellpad …
1
vote
2answers
72 views
giving a dataGridView cell a background image in C#
I want to give the row headers and column headers a custom background from an image using the .net component DataGridView. Is it possible to even do this? And if so, how?
I use Vi …
0
votes
1answer
71 views
Any hack to get cell id on iPhone 3.0 ?
There was a hack for previous firmware using a reverse engineering of Code Telephony but it does not work anymore.
0
votes
1answer
21 views
How can I determine the table cell the bookmark belongs to using Office.Interop
Okay, I am creating an application in C#. That application needs to create a MS Word document out of the template. That template contains a table and a bookmark stored in one of th …
