Hello,
В общем,
Hello Oleg,
You are right. I have just remove them
Thanks.
Regards
Tony
Hello,
The value attribute for this input type is not supported.
One possible solution is to define two fields – one for the file – the actuall data (with read only attribute) and another for the button with edithidden property.
Regards
Hello,
I never tested this. Will look at it, but you can experiment too.
Thanks.
Kind Regards
Hello,
I'm confused understanding you.
Can you please explain it again?
Thank you.
Kind Regards
Hello,
Unfortunatley we do not supprt Frozen columns in TreeGrid.
Drag and Drop is supported – see option sortable.
Regards
Hello,
What you use, Subgrid as grid or simple subgrid?
Regards
Hello,
Unfortunatley this is not build in.
You must write a custom code to do this.
Here is the scenario.
Make the field (column) editable describing it in colModel.
On click a button
1. Get the all ids in the current loaded data using getDataIDs method.
2. Loot throught the array and use inline editRow with the id of the row.
3. The user will enter the value and then pressing enter will save the row.
Kind Regards
Hello,
It all depends on your configuration, your code your setting and plugins used.
It is very hard to find this.
I know it is maybe very important to you, but to be a honest with you – I do not have any IE7 at my computers.
Maybe I should find a simulator, but it is a hard job.
Anyway – afer some time jQuery will do not support IE7, as any other plugins too-
Hello,
Just tested your example (one to one copy/paste – of cource with my data ) and it works fine.
The simple test is to use FireFox and set in grid options
…
onSortCol: function(){
Hello,
Will wait for your investigation.
Thanks
Regards
Hello,
This is by design. The pager is divided at 3 parts and the righ is aligned lef.
The table which holds the boutton is floted left.
In order to make what you want do
$(“.navtable”,pager+”_right”).css(“float”,”right”);
where
pager = '#grid_toppager';
as per your definition.
Regards
Tony
Hello,
Please use searchoptions sopt array. You can here make the order what you want
sopt : [“cn”, “eq”, ….]
See doks here
Hello,
Instead I will replace the namedItem function. It causes a problems in iOS7 (which i think is a bug in the Safari)
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top