Ends in:
7 DAYS
14 HRS
31 MIN
18 SEC
Ends in:
7 D
14 H
31 M
18 S

Activities of "nabass"

Answer

Hi liangshiwei i searched for modal-manager.js file is locked so i can't change the code you put

Question

hi sir i have a problem with date-picker when i open EditModel it automatically focus on date i removed auto update and put focus attr = false and used javascript but still same problem i want when open the model no focus happen to prevent open date and make user feel free

  • ABP Framework version: v8
  • UI Type: MVC
  • Database System:SQL Server
Question

hi sir, when i put <abp-input> it take type hidden by default ... why ??

  • ABP Framework version: v8
  • UI Type:MVC* **
  • Database System**: (SQL Server)
Answer

will i use this function instead of getFilter() ?

Answer

is there a docs to create the same logic of (inistialSelect2) but use it with advanced filter?? if i use it with create/edit modal it works good but what if i want to use it with advanced filter?

Answer

very very very thank you and BIG thanks for efforts i appreciate that

Answer

i tried this according to response and still not work

<select asp-for="Account.AccountId" class="auto-complete-select" data-autocomplete-api-url="/api/mainAccounting/JournalVoucherLine/GetAccountLookup" data-autocomplete-display-property="items.displayName" data-autocomplete-value-property="items.id" data-autocomplete-items-property="items" data-autocomplete-filter-param-name="filter" data-autocomplete-allow-clear="true"> </select>

Answer

hi API response is correct

But still have no values :(

may be this features won't work on this screen!! my logic is to select (account from & to) (date from & to) then click on (refresh button) and data will show on grid according to what i choose but as you saw account data is huge and i want from user to search and select what he want but no value as i mentioned so is this features just work if there is data on grid (like advanced filter) ???

Answer

hi it is not a simple project it's reports and a lot of logic so i will try to explain step by step 1- i have an (AccountViewModel) & (AccountLookups) in my cs code Account object values is NULL and it is logic because this is first time run the page ----------------------------------------------------------------------------------------------------------------- 2- in this image you will find two examples -- first one (red rectangle) is the normal select and the result is Good as you can see in third image this is the result for (red rectangle) as i mentioned

-- second (yellow rectangle) is what i want to do (auto select) but i got the error (forEach) that i asked for so i want to get API Result to work on it so i want to get lookups values but still can not read it as you see if i used <option selected value="@Model.Account.AccountId">@Model.Account.AccountName</option>

i will get no errors but it won't work because Account Object values is Null as i said and i want lookups which come from API Result

so what should i do ?????????

Answer

on my index there is a new object from Account so result still null for first time so error (forEach is not defined) appear i want to work on the API Result not OnGetAsync Result i have an API (data-autocomplete-api-url="/api/mainAccounting/JournalVoucherLine/GetAccountLookup")

Showing 81 to 90 of 158 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06