Quote:
Originally Posted by ChrisTERiS
About the width. I've set it to use 100% of the available space. You can see it in the file classifieds.php. Search for: $objGrid -> width = '100%'; and you'll find it 2 times. One in categories listings, and one in the search results. The problem is that if you scroll down and see any referrence to: $objGrid-> FormatColumn(..........,"60","center");, the number before the aligment is fixed. In this case 60 means 60px. In the customized version that I ordered means %. As you can understand with fixed column width is very difficult to adjust the page. Even if the grid gets 100% of the available space, still will remain an empty column at the end.
As for the Arabic language (by the way I've lived 2 years in Kuwait  ). I don't think that should be any problem, as there are no problems with Greek characters which is also a problematic language. If you've setup vB to use RTL, then should be works fine. As for the character set. I've set it to work with UTF-8. Are you using another charset?
Chris
|
OH you were in Kuwait It is one of our Gulf countries

Thanks Chris for great support.
In the datagrid I have 4 issues
Please have a look to the screen-shot maybe you can support us
1- This is (Condition) column, nothing appears here!
When I enter any item, I can see the condition inside, but in data grid it is not appearing.
2- After edit (microclassifieds\datagrid\class\phpmydatagrid.cla ss.php)
I searched for (Displaying rows) and translated to ARABIC
About charset, I am using "windows-1256"
I am not sure what should I write in "var $charset" so I kept it as it is.
Code:
var $charset = "ISO-8859-1"; var $sqlcharset = "windows-1256";
3- I want to move it to right side.
4- how center all text in all cells?