ADF single-click editable pivot table - pivot-table

I saw the demo of single-click editable pivot table from Oracle (link below).
http://jdevadf.oracle.com/adf-richclient-demo/faces/feature/pivotTable/pivotTableEdit.jspx
Is this from new release? which one? I'm using 11.1.1.6.0 but needs double click to activate edit mode.

As far as I know this feature for the pivot table is available since ADF 12c. I'm already using it, but it seems a little bit buggy.

Related

Xceed Datagrid Test Automation using UFT and TestComplete

I am currently trying to automate one windows application .it has Xceed datagrid .
I tried with UFT and TestComplete automation tool.
I am not able to get the row element from the Xceed grid table.its is identifying as a wpfobject .So i am not able to get the value from the table when the table gets updated
Can any one please suggest me which tool supports Xceed Grid completely .
​
No tools support it as of now. UFT next version may support it.

How to use "filter control" in google data studio report?

I have made a dashboard in data studio, but not able to insert filter control to the table.
Also is there any tool similar to "Slicers" used in Pivot Table in Data Studio.
You can put filter controls on which only affect that table by grouping them.
See What charts will the filter control affect? here:
https://support.google.com/datastudio/answer/6312144?hl=en&ref_topic=6371413

How to show master / detail data in a single datagridview in c# win form apps

In Windows Application frameWork 3.5, in DataGridView control,
is it possible to show master detail records in a single datagridview, where plus sign will come and when click on plus then detail data will be shown (can expand/collaps).
please guide.
Is this any use?
http://www.asp.net/data-access/tutorials/master-detail-using-a-selectable-master-gridview-with-a-details-detailview-cs
If not please explain specifics of why not and tag this question with the version of ASP you are using.

How to implement a Silverlight Control for time table(scheduler)

My company is going to development drag and drop feature in Silverlight. We are very new to Silverlight and just learnt SL for a week ago. But I believe the feature that my company wants can be done in Silverlight. The control about is about the time table in which the resource will be shifted around.
Here is the feature detail. We have one list box on left (resource list) and one table on the right. What we want to do is drag an item from the list onto the table then may have some data manipulation on table. I think it’s simple and but for me I don’t know how to create the table which is I think there is no built in control like this. Please take a look my screenshot below.
http://i.stack.imgur.com/QCaVX.jpg
My questions are:
How can we approach to achieve this
feature?
What is the best way to implement
this control?
How we can handle the event such as
drop, reload, bind and so on?
How can we select and drag cell on
table?
Yes, Silverlight can do that. It has drag-drop and rich support for creating custom user controls.
The Telerik RadControls for Silverlight have a control that does some of what you need. They also make source available.
You might want to research all the available third party controls first to save development cost.
There are too many questions in your question to answer. Best do your research and then ask specific questions.
The Telerik control is called RadScheduleView and can be seen here: http://demos.telerik.com/silverlight/#ScheduleView/FirstLook. It has nice performance and a lot of features.
We are also using Telerik RadScheduleView .It is simple and lot of demos for you to start.

Automatic form generation software

I'm using winforms. I spend a lot of time drawing forms (maybe not a lot, but it is a boring task).
To sum up... I want to develop a simple aplication that connect to a sql server database, let the user to select a table, and put the controls in a form for me (generate the designer code), based on the tipe of each column. Then my app will name each control like the column of the table, set the maxlengh property (if the type is varchar), and create a label with the same text near the control. If the column is a FK, then the app will draw a combobox and so on. I saw that Telerik Open ORM make something like this, but I only need a simple app for the IU Generation.
If the same day I finish my little application I discover a tool that make the same... I will feel myself stupid :D
Are there any tool out there that do this work for me?
You can just drag DB columns from the Server Panel and drop them on the Form. This will generate TextField, CheckBoxes and other UI elements for you.
You can also drag the entire table and drop it on the form. Same thing will happen: all fields will get generated.
This is using plan Visual Studio 2008 IDE.
Take a look at DevExpress - they have a number of ways to do exactly this. (We're a happy user of their product.)
Take a look at Microsoft lightswitch. I had posted a similar question as yours and stumbled upon it by accident. Devexpress also has an orm like Teleriks http://www.devexpress.com/Products/Index/Frameworks.xml. I am using Lightswitch for form gen. good luck

Resources