node.ToolTipText = "value";
this valu is not used, only with eventhandler _ToolTipTextNeeded, however this value is changed on runtime, and in tooltip I always get the value which I showed first time to user, is it possible to Invalidate cache for this tooltip
thanks
almir
DataColumn colAccure = new DataColumn("DCAccure");
colAccure.DataType = typeof(System.Decimal);
-- int a = DCAccure.Tostring();
a = SQRT(a);// some calculation part like this
--
colAccure.Expression = "( FlatPrice + a)";
dt.Columns.Add(colAccure);
In the above examle i am getting value of DCAccure and need to assign it to local variable a , Not able to assign it and after having certain calculation with a need to add it to column express that is also giving error.
Please provide Solution.
Thanks
Nicky
Hi
I am using Telerik.WinControls.UI.RadGridView
Please can you help my to find out how to change Font size in the header of Data Grid (But just on the header)
Thanks a lot
radGridView.AutoSize=true; // 1
radGridView.EnableGrouping=true; // 2
radGridView.EnableHotTracking=false; // 3
radGridView.EnableSorting=true;
radGridView.ReadOnly=true; // 4
radGridView.ShowGroupPanel=true; // 2
radGridView.DataSource=_dataTable;
I would expect this to:
* Show the grouping box (2)
* Disable editing of items and hide the new item row (4)
* Columns to be autosized to fit (1)
* Hot Tracking to be turned off (3)
I get none of these. Your documentation is also next to useless, being out of date and without the necassary information. If it is there, then I can't find it. Components are supposed to be easy to use, drag and drop so developers can get on with the job in hand. Your excellent radControls for ASP.NET are just not making the transition.
Please can you give me some guidance so I can get my work done.