2
votes
2answers
2k views
jQuery - count number of rows in a table
How do I count the number of tr elements within a table using jquery. Sorry, I sense this might be basic but i've been banging my head against it.
I know there is a similar thread …
0
votes
1answer
86 views
How to add a ContextMenu depending on which WPF DataGrid row is right-clicked?
I need to display different options in a ContextMenu depending on which row of a WPF DataGrid is right-clicked. My initial ideas were to accomplish this through either binding or …
0
votes
3answers
55 views
Multiple rows share a value in a column, how do I put all of these rows into one single row?
Hi,
I'm working with a text file that looks something like this:
rs001 EEE /n
rs008 EEE /n
rs345 EEE /n
rs542 CHG /n
re432 CHG /n
I want to be able to collapse all of th …
0
votes
3answers
52 views
Random MySQL row with PHP- low system resources.
I'm looking to get a random row from MySQL without using too much time or resources on the system. I don't care about weather the code given is PHP or MySQL based, however please n …
1
vote
2answers
105 views
SQL - Reference current row in a computed column with SELECT
Hi,
I have a table that represents the parameters of a contract - including their change over time through addendums. The first addendum is a "special" addendum representing the pa …
0
votes
4answers
43 views
jQuery - How to filter rows onclick?
I'm trying to figure out how to filter a table based on the row class when I click a button. I've been looking at various jquery plugins, but none of them seem to do what I need i …
1
vote
3answers
45 views
using regex in php to add a cell in a row
As usual I have trouble writing a good regex.
I am trying to make a plugin for Joomla to add a button to the optional print, email and PDF buttons produced by the core on the righ …
0
votes
1answer
22 views
Set a Row to Bold in Listview in WPF
I have a Listview like the Address book in outlook. and it looks like
Name Phone
----------------------------
Everyone
User1 12345
User2 …
0
votes
5answers
5k views
c# gridview row click
When i click on a row in my gridview, i want to go to a other page with the id i get from the database.
In my RowCreated event i have the following line:
e.Row.Attributes.Add("o …
0
votes
2answers
87 views
iPhone + UITableView + row height problem
Hi,
I am setting the row height of my UITableView using following code
[tableView setRowHeight: 100.00];
I am using the single line as separator in the UITableView.
Eventhough …
-1
votes
1answer
56 views
Add a row dynamically in TableView of iphone
Hi all,
I need to add a new row in the tableview when i select a row in the table.
Am i suppose to use the following method???
- (void)insertRowsAtIndexPaths:(NSArray *)indexPat …
2
votes
1answer
99 views
Select row after refreshing DBGrid
Well, some kind of n00b question from me. I've surfed the net and similar questions here but haven't found any right answers for such simple (as I thought) problem.
I have a DBGri …
0
votes
1answer
148 views
Find Tabel Row Index using jQuery
Hello All,
I'm an intermediate user in jQuery. I know to find the rowIndex of a table using jQUery, but my scenario is a different one. My table(GridView) consists of 20 columns a …
2
votes
3answers
3k views
Setting background color for datagrid row in Adobe Flex
Hi Folks,
I need to programmatically change the background color for a single row in a datagrid in Flex. I've scoured the Net and found reference to "dg.setPropertiesAt," which i …
1
vote
1answer
254 views
Ajax Animation on gridview row
I want to implement asp.net ajax animation (row color fades/changes from red back to white when a linkbutton is clicked) on a gridview row, and I want to do it in the code behind i …
