Re: [flexcoders] spark DataGrid

2012-02-02 Thread Tandon, Rishi
http://stackoverflow.com/questions/5900231/flex-4-5-hero-sdatagrid-rowcount  From: Wouter Schreuders wschreud...@gmail.com To: flexcoders@yahoogroups.com Sent: Wednesday, February 1, 2012 6:05 PM Subject: [flexcoders] spark DataGrid   Hi All Does anyone

Re: [flexcoders] spark DataGrid

2012-02-02 Thread Wouter Schreuders
-- *From:* Wouter Schreuders wschreud...@gmail.com *To:* flexcoders@yahoogroups.com *Sent:* Wednesday, February 1, 2012 6:05 PM *Subject:* [flexcoders] spark DataGrid Hi All Does anyone know how I can get the actual number of visible rows for a spark datagrid similar to the mx datagrid

[flexcoders] spark DataGrid

2012-02-01 Thread Wouter Schreuders
Hi All Does anyone know how I can get the actual number of visible rows for a spark datagrid similar to the mx datagrid which had the handy feature rowCount. Basically I want my last itemrenderer to do something different if it's the last itemrenderer. I thought I had this licked with the code:

[flexcoders] Spark Datagrid - Show all rows using requestedRowCount variableRowHeight=true

2011-11-16 Thread sdl1326
I have a Flex Spark Datagrid that has variableRowHeight set to true. I also have the requestedRowCount set to the length of the dataProvider. So, in theory the rows shown should be the same number in the dataprovider(Arraycollection). However, the problem is that due to having

[flexcoders] spark datagrid drag drop question

2011-10-12 Thread bhaq1972
Does anyone know if the drag drop functionality will feature in the next release of spark datagrid?

Re: [flexcoders] Spark DataGrid and DefaultGridHeaderRenderer

2011-09-29 Thread jitendra jain
:35 PM Subject: [flexcoders] Spark DataGrid and DefaultGridHeaderRenderer   Hi Guys,   I want to set the css for the TextSelectedColor, TextRollOverColor and Underline the selected or roll over text for the both DataGrid and DefaultGridHeaderRenderer..? Please help.. which are the style to look

[flexcoders] Spark DataGrid and DefaultGridHeaderRenderer

2011-09-28 Thread jitendra jain
Hi Guys,   I want to set the css for the TextSelectedColor, TextRollOverColor and Underline the selected or roll over text for the both DataGrid and DefaultGridHeaderRenderer..? Please help.. which are the style to look into?   Thanks, with Regards, Jitendra Jain

[flexcoders] Spark Datagrid / IGridItemEditor.save() issue when using the tab key

2011-09-02 Thread bhaq1972
I have problem with the IGridItemEditor.save() method. According to the docs for save()...if the data isn't valid, then the data isn't saved and the editor is not closed. So I setup an example to test this, and its seems ok. However, once I enter valid data and hit the Tab key, I expect the

[flexcoders] Spark Datagrid selectedItem question

2011-08-24 Thread bhaq1972
How would I go about making the datagrid.selectedItem the ONLY editable row? A bit like making individual columns editable by setting GridColumn.editable. Thanks BH