|
ASP.NET Maker Discussion
| Posted By : |
|
|
Evert de Jongh
(Reply to Evert de Jongh)
|
| Time : 2004/6/24 11:12:57 |
|
Hi
I am sure i am missing something somewhere.
1) How is the quick search suppose to work? Can't find anything in the help.
2) Where do i add/remove/change the quick search funcionality?
If i click on the asterix(*) next to the columnheader it gives me either a 5 or a 6 next to the columnheader.
I am using the graphical templates.
Cheers.
Evert
|
|
|
Webmaster
(Reply to Webmaster)
|
| Time :2004/6/25 03:58:28 |
|
The quick search is designed to search for string fields (fields with (*) on the caption). You can put the search string in the quick search box and click [GO] button to trigger the quick search.
If you click on the header, you trigger a sort on that field. The 5 or 6 characters is shown in webding <font face="Webdings">5</font> & <font face="Webdings">6</font> to show the direction of the sort (ASC/DESC). |
|
|
Evert de Jongh
(Reply to Evert de Jongh)
|
| Time :2004/6/25 11:37:28 |
|
Hi,
Thanx.
I do want the Search area, just that two lines between search and datagrid that i think can maybe be used.
I have Webdings installed on the server and on my PC but it still shows 5 and 6.
Must i still set something else somewhere?
Cheers
Evert |
|
|
Webmaster
(Reply to Webmaster)
|
| Time :2004/6/26 02:07:09 |
|
To release more space, try remove the <br /> after "lnkAdd" Hyperlink and "lblSql" Label in list.aspx in the template.
For Webdings characters, check your CSS style sheet/block, see the font-family for the class "ewTableOrderIndicator". It should be "Webdings", if it is, check if your system has the font.
|
|
|
Roger
(Reply to Roger)
|
| Time :2004/6/28 02:11:46 |
|
| Instead of Webdings, maybe graphics should be used. There would be no more problems with this issue :) |
|
|
|
|