Layout and Controls

Web-site Layout

Our site is adopted for use on every device and shows a bit different layout based on screen size. On every page on the top of the screen you can find Navigation bar with main links for site functionality. There are Action buttons for most popular futures (Help, Location, Call, Facebook, Mail and Chat) fixed to bottom of screen for smartphones and to right of screen for large devices. The main company information located in the footer of page.<br />Additional content navigation pane is available on the left. You can show or hide it by (Shevron Left) sign on the left side of navigation bar.

Category and Content Trees

Дерево товарных категорий показано на навигационной панели, которая открывается значком <шеврон> на левой стороне верхней навигационной панели. Кликните на имя категории или значок Раскрыть, чтобы раскрыть группу товаров, имеющую подгруппы. Если вы хотите увидеть содержимое такой группы целиком, кликните на имя категории еще раз. Если группа не имеет погрупп, ее содержмое будет показано после первого щелчка по ее имени. Более точный выбор товаров в такой группе возможен выбором значений параметров.<br /> Такое же дерево использовано для показа оглавления руководства сайта.

Grids

Information of our web-site organized in data grids. Multipage grids allow to search, filter and sort data. Most grid futures are useful and intuitive.

Data Grid Sorting

To sort a grid column simply click the column header. The icons <kbd>ascending</kbd> and <kbd>descending</kbd> specifies the sort direction of a column. To sort multiple columns hold the CTRL key and click the column header. To clear sort for a column, hold the SHIFT key and click the column header. While using DataGrid in a touch device, you have an option for multi sorting in single tap on the DataGrid header. By tapping on the grid header, it will show the toggle button in small popup with sort icon. Now tap the button to enable the multi-sorting in a single tap.

Column selection

Some grids allows to choose columns to be shown. The column selection button is located in the top right corner of the grid.

Data Grid Copy

Depending of grid data cell or row selection is allowed. Use well-known key combination <kbd>Ctrl + C</kbd> to select rows or cells into clipboard. You can paste them in another application using <kbd>Ctrl + P</kbd> keys. To copy data with header into clipboard use <kbd>Ctrl + Shift + H</kbd> key combination.

Data Grid Search and Filtering

Use Filter button in the right corner of column header to filter data. Filter operations are offered based on column data type. Boolean and date values are always filter by equal or not equal expression. For number filtering expressions are = equal, != not equal, > more, < less, >= more or equal and <= less or equal. String values could be filtered based on Equal, Not Equal, Contains, Starts With and Ends With expressions. String search and filtering are always case insensitive and ignore culture letter accents.