or
Hi ,
This is Rathan. I placed one tabcontrol inside the page for subselection this tab control is not working in IE8 browser
please help me .how it will work ?
anks & Regards,
Rathan.k
chartSeries1.SetValues(bl.doubleArrayMercado);
chartSeries2.SetValues(bl.doubleArray2009);
chartSeries3.SetValues(bl.doubleArray2010);
for
(
int
i = 0; i < bl.doubleArray2009.Length; i++)
{
if
(bl.doubleArray2009[i] == 0)
{
chartSeries2.Items[i].Empty =
true
; //Here a dot line and no invisible line
chartSeries2.Items[i].Visible =
false
;
}
}
for
(
int
i = 0; i < bl.doubleArray2010.Length; i++)
{
if
(bl.doubleArray2010[i] == 0)
{
chartSeries3.Items[i].Empty =
true
;//Here a dot line and no invisible line
chartSeries3.Items[i].Visible =
false
;
}
}
<
GroupByExpressions
>
<
telerik:GridGroupByExpression
>
<
GroupByFields
>
<
telerik:GridGroupByField
FieldName
=
"OrderNumber"
/>
</
GroupByFields
>
<
SelectFields
>
<
telerik:GridGroupByField
FieldName
=
"OrderNumber"
FieldAlias
=
"OrderNumber"
HeaderText
=
"Ordem"
SortOrder
=
"Ascending"
/>
<
telerik:GridGroupByField
FieldName
=
"OrderID"
FieldAlias
=
"OrderID"
HeaderText
=
"Ítens"
Aggregate
=
"Count"
/>
<
telerik:GridGroupByField
FieldName
=
"ProductAmount"
FieldAlias
=
"GroupTotal"
Aggregate
=
"Sum"
HeaderText
=
"Total"
/>
<
telerik:GridGroupByField
FieldName
=
"OrderStatus"
FieldAlias
=
"OrderStatus"
HeaderText
=
"Status"
/>
</
SelectFields
>
</
telerik:GridGroupByExpression
>
</
GroupByExpressions
>
hallo,
is there exist file upload style drag and drop ?
thanx in advance,
Stev