Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Cube grid dynamic facet issue

$
0
0
Hi ,

We are binding Cube Grid by json data using jquery .Its working fine when we have only one row facet,one column facet but when we are trying to fetch more than one row facets dynamically it is not working properly.
Please find the details as follows:


1.SmartClient_83_PowerEdition

2. IE 9


Sample code
CubeGrid.create({

ID: "report",

position: "relative",
left: 400,
top: 175,
width: "80%",
height: 295,
data: jsonObj,
valueProperty: valu,
columnFacets: [colfacet],

rowFacets: [k[1]]



where k[1] value: "Budgetid","currencyid"


in output it showing output as "Budgetid","currencyid" as one column,it should be two different column.

attaching the scrren shots .

Attached Images
File Type: jpg string.jpg (37.8 KB)
File Type: jpg value.jpg (27.3 KB)
File Type: jpg output.jpg (24.2 KB)

Viewing all articles
Browse latest Browse all 4756

Trending Articles