Want to make a custom table in action script3? - apache-flex

i want to make a table using action script 3.The description of the table is that table should have three parts
one is header
second body
third footer.
Every part of the table mean header footer body also tables which can contain more than one row.
Please any one can give me idea about table.
Which container mean to use to accomplish this task.Any suggestion like this table.
thanks in advance!!!!

The simple Datagrid component does not let you have a footer.
Here is a simple DataGrid Example http://livedocs.adobe.com/flex/3/html/help.html?content=dpcontrols_6.html
Incase you are looking for a footer as well, check this out :
http://code.seanhess.net/?p=17
http://files.seanhess.net/demos/FooterDataGrid/Test.html

You can use Grid container which can do the same as table tag in HTML.

You probably should use the DataGrid component. There's an example in the online help which should get you started.
There are also some third party components for rendering html tables in Flash, if you prefer that.

Related

Lightswitch - Grid inside another Grid

Tell me please if I can put small grid (subform in Access terms) inside big grid and make them both editable.
I cannot show you screenshots because of not enough reputation
Well, I've managed myself. Just added new Datagrid in parent DataGrid Row. But I have another question now - how to hide headers in this child datagrid? I have search box that I do not need, and a counter in the bottom :(
I think you're gonna have to make a custom control if you don't want the data grid column headers.
Instead, have you looked at the List-Details screen? It might not be the layout you're looking for, but it might work for you.

How to prepend a div to another div using javascript

I have 5 listviews with different id's and i am giving an header to each listview using class=".k-header". whenever i am running the code the headers are coming on top and the listviews are coming next. I want header for each list view on top of that.
I am using common listview css file for all the listviews.
How can i do that.
Regards
Refer to the jQuery documentation about DOM insertion. Using insertBefore may help.

Changing the Telerik MVC Grid columns dynamically on client-side

I would like to show my table data in grid. The table has more than 50 columns. By default they are displayed fine but I need a way to hide/show columns which are not required on screen.
So is there any way to achieve this? I think right clicking on the header should show all headers in a list box, allowing selection of which columns we want, then refresh the grid.
Please let me know if Telerik supports this and, if so, how?
No builtin feature available and this is one of many reasons why we are still thinking about other grids instead of telerik.
In the demo site there is a page where they show all the column names with checkboxes on top of the grid and you can check/uncheck to show/hide columns. see that sample source code, is simple to implement but still is custom code to add manually. I love the devexpress grid with customization popup and columns dragdrop from there but nothing like that for us in Telerik :-(

Info Path Form design

how to hide the entire row in a simple (customised)table
In InfoPath you can not conditionally show/hide (or otherwise programatically affect) specific rows/columns/cells in a standard table. Your best bet is to just show/hide the fields themselves that are inside the row.
If you have other text or borders and formatting that you want to hide as well you can get really close by splitting the table up and putting that row in its own section - which can be hidden using conditional formatting.
check out the tutorial at
http://office.microsoft.com/en-us/infopath/HA100338851033.aspx
If you use a control such as a repeating table, you can set up conditional formatting to hide a row that matches a condition.
For hiding you need to use the sections or repeating table. Sections are good as we can put formatting condition on them.
http://www.infopathdev.com/forums/p/774/3005.aspx

Flex collapsible field group control

I am trying to make a side panel in a Flex application that would hold a bunch of properties of a selected object. The number of properties may become huge, but they all fall into some certain categories.
For that, I am looking for a flex control that would be like a collapsible field group. Or like an accordion that can have multiple open panels at a time. Do you know, where can I get one?
UPDATE: I want something like the second example on the following page: http://extjs.com/deploy/dev/examples/form/dynamic.html
Thanks,
Artem.
http://www.flexdownloads.com/#view=detail;vstr1=19
is what you are looking for.
It sounds to me like you are looking for some sort of tree component. Flex actually has one of those and you should probably take a look at it.
This is a good link to see what controls are included in flex http://examples.adobe.com/flex3/componentexplorer/explorer.html

Resources